Conversation
Change-Id: I24735bad6cd9e8823a0a028151afdc64722d5a8e
Comment hygiene (advisory)No comment-style violations in the lines this branch adds since |
NUnit Tests 1 files ± 0 1 suites ±0 9m 26s ⏱️ - 2m 13s Results for commit 62ffe98. ± Comparison against base commit 1ab408b. This pull request removes 2 and adds 75 tests. Note that renamed tests count towards both.♻️ This comment has been updated with latest results. |
Codecov Report❌ Patch coverage is Additional details and impacted files@@ Coverage Diff @@
## main #1122 +/- ##
==========================================
+ Coverage 38.33% 38.63% +0.29%
==========================================
Files 1507 1516 +9
Lines 350580 351401 +821
Branches 40293 40421 +128
==========================================
+ Hits 134410 135760 +1350
+ Misses 186941 186398 -543
- Partials 29229 29243 +14
🚀 New features to boost your workflow:
|
papeh
reviewed
Sep 3, 2026
Change-Id: Ie7662021a72fe8e6f47d639d2ea4ea05dc54f3d9
papeh
requested changes
Sep 10, 2026
Change-Id: Icae61236636f4dc06d7ff20f13205e9b7fb0d016
papeh
requested changes
Sep 11, 2026
Change-Id: I661a918db017f75f44eac62a922e93165cd08afa
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Change-Id: I24735bad6cd9e8823a0a028151afdc64722d5a8e
Using XAmple with additional properties can cause a crash per what is in https://jira.sil.org/browse/LT-22708.
This fix has the XAmple parser send a refresh message just after the new list is added. It does cause the Try a Word window to flash and then disappear while the main window also flashes but returns.
I do not know what is causing the Try a Word window to disappear although I suspect it may have to do with the parser running in a separate thread...
This change is